Skip to content

Conversation

@atyrode
Copy link
Contributor

@atyrode atyrode commented Apr 24, 2025

For docker-build.yml:

  • Added separate jobs for building and pushing AMD64 and ARM64 Docker images.
  • Configured conditional execution for ARM64 builds to only run on the main branch.
  • Enhanced the Docker build process with digest export and artifact upload for both architectures.
  • Created a job to generate a multi-architecture manifest after successful builds.
  • Updated tags and labels for better image management.

For Dockerfile:

  • Re-arranged steps order to install requirements before copying backend for better caching.
  • Introduced a healthcheck command to monitor the application status.
  • Set environment variables and documented the exposed port for better container management.

atyrode added 2 commits April 24, 2025 22:31
- Re-arranged steps order to install requirements before copying backend for better caching.
- Introduced a healthcheck command to monitor the application status.
- Set environment variables and documented the exposed port for better container management.
- Added separate jobs for building and pushing AMD64 and ARM64 Docker images.
- Configured conditional execution for ARM64 builds to only run on the main branch.
- Enhanced the Docker build process with digest export and artifact upload for both architectures.
- Created a job to generate a multi-architecture manifest after successful builds.
- Updated tags and labels for better image management.
@atyrode atyrode merged commit db83393 into main Apr 24, 2025
3 checks passed
@atyrode atyrode deleted the cicd-improvements branch April 24, 2025 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants